[XEN] Fix a comment in grant_table.h.
authorsos22@douglas.cl.cam.ac.uk <sos22@douglas.cl.cam.ac.uk>
Wed, 19 Jul 2006 20:13:36 +0000 (21:13 +0100)
committersos22@douglas.cl.cam.ac.uk <sos22@douglas.cl.cam.ac.uk>
Wed, 19 Jul 2006 20:13:36 +0000 (21:13 +0100)
Signed-off-by: Steven Smith <sos22@cam.ac.uk>
xen/include/public/grant_table.h

index 00adf1ab800beef737afb6de3a06687e8f043ecb..cd27382a47b8012fc4d53c0c0fa5d9fa8de18fa8 100644 (file)
@@ -145,9 +145,9 @@ typedef uint32_t grant_handle_t;
  * that must be presented later to destroy the mapping(s). On error, <handle>
  * is a negative status code.
  * NOTES:
- *  1. If GNTPIN_map_for_dev is specified then <dev_bus_addr> is the address
+ *  1. If GNTMAP_device_map is specified then <dev_bus_addr> is the address
  *     via which I/O devices may access the granted frame.
- *  2. If GNTPIN_map_for_host is specified then a mapping will be added at
+ *  2. If GNTMAP_host_map is specified then a mapping will be added at
  *     either a host virtual address in the current address space, or at
  *     a PTE at the specified machine address.  The type of mapping to
  *     perform is selected through the GNTMAP_contains_pte flag, and the